home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib1 / v_01_07 / 1n07054a < prev    next >
Encoding:
Text File  |  1995-11-01  |  383 b   |  16 lines

  1.  
  2.  
  3. /**************************************************
  4. * DXDEF.H -- Definitions for DXSEND.C and DXRECV.C
  5. *
  6. *     Copyright 1990 Tom Jensen
  7. **************************************************/
  8.  
  9. #define BUFSIZE     128
  10. #define NAME_UNIQUE '#'
  11. #define DXPREFIX    "DATA EXCHANGE FILE="
  12. #define DXPFSIZE    19
  13. #define OKMSG       "DATA EXCHANGE OK"
  14. #define OKSIZE      16
  15.  
  16.